home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 16 / 016.d81 / july playnotes < prev    next >
Text File  |  2022-08-26  |  4KB  |  241 lines

  1.  
  2.   PlayNET COMAL Notes for July, 1985
  3.   ======= ===== ===== === ====  ====
  4.  
  5.      by:  Joel Ellis Rea (Joel R)
  6.  
  7.  
  8. -------------- July 04 ---------------
  9.  
  10.  
  11.   The conversation started out on
  12.  
  13. Commodore's new Modem/300 Model 1660.
  14.  
  15. The new PlayNET software now supports
  16.  
  17. this modem and a host of others.  The
  18.  
  19. 1660 is advertised as having auto-dial
  20.  
  21. via both pulse and tone dialing, auto-
  22.  
  23. answer, and a built-in speaker so you
  24.  
  25. can monitor the progress of the call.
  26.  
  27. (The speaker shuts off when a carrier
  28.  
  29. tone is received).
  30.  
  31.  
  32.   Commodore's advertising seems
  33.  
  34. slightly exaggerated on two of these
  35.  
  36. features:  First, the 1660 does NOT
  37.  
  38. perform tone dialing: the sound chip
  39.  
  40. of the computer (SID, for the 64)
  41.  
  42. must generate the tones. Thus, the
  43.  
  44. VIC-20 can't use the 1660 for tone
  45.  
  46. dialing.  Second, and more serious, is
  47.  
  48. the fact that the 1660 does not send a
  49.  
  50. carrier-detect signal to the computer.
  51.  
  52. This means the computer itself has no
  53.  
  54. way of "knowing" if it is connected to
  55.  
  56. another computer or not.  Carrier
  57.  
  58. detect (CD) is a NECESSITY for
  59.  
  60. auto-answer (imagine running a BBS
  61.  
  62. that had no way of "knowing" if the
  63.  
  64. user had been cut-off suddenly!).
  65.  
  66. Advertising a modem without CD as
  67.  
  68. "auto-answer" is like advertising an
  69.  
  70. automobile without automatic clutch
  71.  
  72. as having an automatic transmission!
  73.  
  74. And the 1660 obviously can detect
  75.  
  76. carrier, or the speaker wouldn't know
  77.  
  78. when to shut up! Why CBM didn't spend
  79.  
  80. the few extra pennies to tell the
  81.  
  82. computer what the modem MUST already
  83.  
  84. know is beyond me!
  85.  
  86.   Anyway, Richard O is writing a BBS
  87.  
  88. in COMAL 2.  Ken S suggested he use
  89.  
  90. PROMAL instead for speed, to prevent
  91.  
  92. RS-232 buffer overflow.  I pointed out
  93.  
  94. ways around buffer problems. Earlier,
  95.  
  96. DT showed me a trick with substrings
  97.  
  98. and I shared it.  Basically (as you
  99.  
  100. know), the substring S$(5) is just
  101.  
  102. short for S$(5:5), returning the 5th
  103.  
  104. character of S$.  Well, there are 2
  105.  
  106. other short-cuts.  S$(:5) is the
  107.  
  108. same as S$(1:5), and (best of all)
  109.  
  110. S$(5:) is the same as S$(5:LEN(S$))!
  111.  
  112.   Foghorn J and I discussed Conway's
  113.  
  114. Game of Life in COMAL (see program on
  115.  
  116. this issue).  We talked about FORTH
  117.  
  118. and compared it's "write-only"-ness to
  119.  
  120. COMAL's supreme readability.
  121.  
  122.  
  123. -------------- July 11 ---------------
  124.  
  125.  
  126.   Captain C told us that IBM's
  127.  
  128. PC-DOS is out in America and runs on
  129.  
  130. generic MS-DOS machines, costs $250
  131.  
  132. or so, but comes only with a Danish
  133.  
  134. manual at present.  Today Disk #8
  135.  
  136. will have a package called BASIC that
  137.  
  138. will allow a COMAL program to load
  139.  
  140. and run a BASIC program that will,
  141.  
  142. upon completion, return to the COMAL
  143.  
  144. program! COMAL in education was
  145.  
  146. discussed, with most agreeing than an
  147.  
  148. Apple COMAL is needed BADLY, but very
  149.  
  150. little agreement on how to accomplish
  151.  
  152. this.  ST10C is a 10Meg hard disk from
  153.  
  154. Computer Specialties Inc. that works
  155.  
  156. on the 64 (!) and sells for about
  157.  
  158. $1995.  Richard O has completed about
  159.  
  160. 90% of his COMAL BBS software.
  161.  
  162.  
  163.  
  164. -------------- July 18 ---------------
  165.  
  166.  
  167.   COMAL Today #8 is at the printers,
  168.  
  169. and will have an article on the
  170.  
  171. INTERRUPT command! CT#8 will also
  172.  
  173. include a Sprite File Loader for
  174.  
  175. 0.14. Also a SAVESPRITE!
  176.  
  177.   UniCOMAL's MS-DOS COMAL (IBM's
  178.  
  179. PC-COMAL) is now available from
  180.  
  181. CUGUSA for $295, $250 for Today
  182.  
  183. subscribers.  Lego's new toy robots,
  184.  
  185. which can be controlled via a 64
  186.  
  187. running COMAL, will be shown at CUGUSA
  188.  
  189. at MARCA Fair.
  190.  
  191.   Cap has now seen Jesse Knight's
  192.  
  193. COMAL QUICK in action. COMAL 0.14
  194.  
  195. loads in 16 seconds - works on both
  196.  
  197. the 1541 and MSD drives!!!  It comes
  198.  
  199. with Utility Disk #2 - double sided!
  200.  
  201. $14.95 ($10.95 for Today
  202.  
  203. subscribers).  Comes with a booklet,
  204.  
  205. too!
  206.  
  207.   Quick Chip will also be shown at
  208.  
  209. MARCA. David M2 is working on a fast
  210.  
  211. loader which he claims will work on
  212.  
  213. 1541, MSD and SFD-1001!
  214.  
  215.   Note:  COMAL 0.14 may NOT be placed
  216.  
  217. on a BBS. This violates the agreement
  218.  
  219. that CUGUSA has with UniCOMAL, and
  220.  
  221. also violates UniCOMAL's copyright.
  222.  
  223. It is okay to send to a PERSONAL
  224.  
  225. computer via modem, but 131 sectors
  226.  
  227. times 300 baud equals one long
  228.  
  229. upload!
  230.  
  231.  
  232. -------------- July 25 ---------------
  233.  
  234.  
  235.  Due to the MARCA Fair, there was no
  236.  
  237. COMAL meeting this Thursday evening
  238.  
  239.  
  240. =========== End of Article ===========
  241.